a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body {
  height: 100%;
}

center,
canvas,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ins,
kbd,
keygen,
label,
legend,
li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

s,
samp,
section,
small {
  font-size: 75%;
}

span,
source,
strike,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul {
  list-style: none;
}

var{
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top;
}
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ol, 
ul {
	list-style:none;
	}
blockquote, 
q {
	quotes:none;
	}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
	padding:0;
	border:none;
	border-collapse:collapse;
	}
img {
	vertical-align:top;
	}
embed {
	vertical-align:top;
	}
article, 
aside, 
audio, 
canvas, 
command, 
datalist, 
details, 
embed, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

source, 
video {
	display:block;
	}
mark, 
rp, 
rt, 
ruby, 
summary, 
time {
	display:inline;
	}
input, 
textarea {
	border:0; 
	padding:0; 
	margin:0; 
	outline: 0;
	}
iframe {
	border:0; 
	margin:0; 
	padding:0;
	}
input, 
textarea, 
select {
	margin:0; 
	padding:0px;
	}
svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}